maxBound
A shortcut for
bound {
maxValue = limit
}
Content copied to clipboard
See also
fun VerificationRuleSettings.maxBound( limit: Int, coverageUnits: CoverageUnit = CoverageUnit.LINE, aggregationForGroup: AggregationType = AggregationType.COVERED_PERCENTAGE)(source)
A shortcut for
bound {
maxValue = limit
coverageUnits = coverageUnits
aggregationForGroup = aggregation
}
Content copied to clipboard